projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d6149
)
Fix arg to which-key-delay-functions
author
justbur
<justin@burkett.cc>
Wed, 15 Jun 2016 01:45:10 +0000
(21:45 -0400)
committer
justbur
<justin@burkett.cc>
Wed, 15 Jun 2016 01:45:10 +0000
(21:45 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 79858459e808f9db13fd9776d7661629a6f5f176..1e2437cb5d3c1fd16544a9c719240aa29b5da53b 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-2109,7
+2109,8
@@
Finally, show the buffer."
(> (length prefix-keys) 0)
(not delayed)
(setq skip (run-hook-with-args-until-success
- 'which-key-delay-functions prefix-keys)))
+ 'which-key-delay-functions
+ (key-description prefix-keys))))
(setq which-key--delayed-timer
(run-with-idle-timer skip nil #'which-key--update t)))
(cond ((and (> (length prefix-keys) 0)